Ternary 三元運算子


Posted by Rich on 2021-04-22

console.log(10 > 5 ? 'bigger' : 'smaller')
output:bigger

condition ? true : false
條件 ? true就執行 : false就執行


#note







Related Posts

CSS:object-fit:none的表現

CSS:object-fit:none的表現

v-bind 動態屬性指令

v-bind 動態屬性指令

【隨堂筆記】電腦硬體與軟體及數位資料表示

【隨堂筆記】電腦硬體與軟體及數位資料表示


Comments